home *** CD-ROM | disk | FTP | other *** search
/ Geek 6 / Geek-006.iso / mac / mmjb102Mac.hqx / MusicMatch JukeBox 1.02 / Help / Troubleshooting_Music_Library.h < prev    next >
Text File  |  2000-07-13  |  11KB  |  277 lines

  1. <HTML>
  2.  <HEAD>
  3.   <!-- $MVD$:app("RoboHELP HTML Edition by Blue Sky Software, portions by MicroVision Dev. Inc.","769") -->
  4.   <!-- $MVD$:template("","0","0") -->
  5.   <!-- $MVD$:color("17","e8ffff","Custom #1","0") -->
  6.   <!-- $MVD$:color("18","e8ffff","Custom #1","0") -->
  7.   <!-- $MVD$:color("19","993333","Custom #2","0") -->
  8.   <!-- $MVD$:color("20","3333","Custom #3","0") -->
  9.   <!-- $MVD$:color("21","3399","Custom #4","0") -->
  10.   <!-- $MVD$:color("22","101","Custom #5","0") -->
  11.   <!-- $MVD$:color("23","493d3a","Textgray","0") -->
  12.   <!-- $MVD$:color("24","4d3939","TEXTGRAY","0") -->
  13.   <!-- $MVD$:color("25","d03939","Custom #6","0") -->
  14.   <!-- $MVD$:color("26","6c5a57","Custom #7","0") -->
  15.   <!-- $MVD$:color("27","fdeaec","cell blue","1") -->
  16.   <!-- $MVD$:color("28","fef5da","Custom #8","0") -->
  17.   <!-- $MVD$:fontset("Verdana","Verdana") -->
  18.   <TITLE>Troubleshooting Music Library</TITLE>
  19.   <META NAME="generator" CONTENT="RoboHELP by Blue Sky Software www.blue-sky.com HTML Edition">
  20.   <SCRIPT language="javascript">
  21. <!--
  22. if (navigator.appName=="Netscape")
  23. {   document.write("<LINK rel='StyleSheet' href='html__ns.css'>");}
  24. else
  25. {   document.write("<LINK rel='StyleSheet' href='html_mac.css'>");}
  26. //-->
  27.  
  28.   </SCRIPT>
  29.   <SCRIPT language="JavaScript" src="bsscdht1.js">
  30.   </SCRIPT>
  31.   <SCRIPT language="JavaScript" src="bsscdht2.js">
  32.   </SCRIPT>
  33.   <SCRIPT language="JavaScript"><!-- 
  34. //////////BSSCDHTML Section Embedded Code//////////
  35. var s_strAgent = navigator.userAgent.toLowerCase();
  36. var s_nVer       = parseInt(navigator.appVersion);
  37.  
  38. var s_bIE  = (s_strAgent.indexOf('msie') != -1);
  39. var s_bNS  = (s_strAgent.indexOf('mozilla') != -1) && ((s_strAgent.indexOf('spoofer') == -1) && (s_strAgent.indexOf('compatible') == -1));
  40. var s_bOpera    = (s_strAgent.indexOf('opera') != -1);
  41.  
  42. var s_bIE3Before = ((s_bIE) && (s_nVer <= 2));
  43. var s_bNS3Before = ((s_bNS) && (s_nVer <= 3));
  44.  
  45. var s_bNS2        = ((s_bNS) && (s_nVer <= 2));
  46. var s_bNS3        = ((s_bNS) && (s_nVer == 3));
  47. var s_bIE300301    = ((s_bIE) && (s_nVer == 2) && ((s_strAgent.indexOf("3.00") != -1)||(s_strAgent.indexOf("3.0a") != -1)||(s_strAgent.indexOf("3.0b")!=-1)||(s_strAgent.indexOf("3.01")!=-1)));
  48. var s_bIE302    = ((s_bIE) && (s_nVer == 2) && (s_strAgent.indexOf("3.02") != -1));
  49.  
  50.  
  51. function HasExtJs()
  52. {
  53.     if (s_bIE3Before) { return false;}
  54.     if (s_bNS3Before) {    return false;}
  55.     if (typeof (_BSSCOnLoad) == "undefined"){ return false; }
  56.     return true;
  57. }
  58.  
  59. function BSSCOnLoad()
  60. {
  61.     if (HasExtJs()) { _BSSCOnLoad(); }
  62. }
  63.  
  64. function BSSCOnUnload()
  65. {
  66.     if (HasExtJs()) { _BSSCOnUnload(); }
  67. }
  68.  
  69. function BSSCOnClick()
  70. {
  71.     if (HasExtJs()) { _BSSCOnClick(); }
  72. }
  73.  
  74. function WritePopupMenuLayer()
  75. {
  76.     if (HasExtJs()) {_WritePopupMenuLayer();}
  77. }
  78.  
  79. function BSSCCreatePopupDiv()
  80. {
  81.     if (HasExtJs()) {_BSSCCreatePopupDiv();    }
  82. }
  83.  
  84. function BSSCPopup(strURL)
  85. {
  86.     if (HasExtJs())    { 
  87.         _BSSCPopup(strURL);
  88.     }else{
  89.         //Create a temporary window first to ensure the real popup comes up on top
  90.         var wndTemp = null;
  91.         if (!s_bNS3) {
  92.             wndTemp = window.open("", "temp", "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=yes,height=3,width=4");
  93.         }
  94.         // Create the real popup window
  95.         var wndPopup = window.open(strURL, "PopupWindow", "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=yes,height=300,width=400");
  96.         // Close the temporary
  97.         if (!s_bNS3) {
  98.             wndTemp.close();
  99.         } else {
  100.             wndPopup.focus();
  101.         }
  102.     }
  103. }
  104.  
  105.  
  106. function PopupMenu_Invoke()
  107. {
  108.     if (HasExtJs()) {
  109.         return _PopupMenu_Invoke(PopupMenu_Invoke.arguments);
  110.     }
  111.     if (s_bNS3Before || s_bIE3Before )    {
  112.         var argLen     = PopupMenu_Invoke.arguments.length;
  113.         if (argLen < 5) {
  114.             window.document.location.href = PopupMenu_Invoke.arguments[3];
  115.             return false;
  116.         }
  117.         var nHeight = argLen * 15;
  118.         var nWidth = 400;
  119.         var strParam = "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=auto";
  120.         strParam += ",height=" + nHeight + ",width=200,resizable";
  121.         
  122.         //Create a temporary window first to ensure the real popup comes up on top
  123.         var wndTemp = null;
  124.         if (!s_bNS3) {
  125.             wndTemp = window.open("", "temp", "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=yes,height=3,width=4");
  126.         }
  127.  
  128.         var wndPopupLinks = window.open("", "popuplinks", strParam);
  129.         wndPopupLinks.document.open("text/html");
  130.         wndPopupLinks.document.write("<html><head>");
  131.         if (s_bNS2 || s_bOpera) {
  132.             wndPopupLinks.document.write("<base href=\"" + location +"\">");
  133.         } else {
  134.             //YJ: IE301,302 and NS3.x works fine
  135.             wndPopupLinks.document.write("<");
  136.             wndPopupLinks.document.write("script>");
  137.             wndPopupLinks.document.write("function gotoUrl(aUrl) {opener.window.location=aUrl; close();}");
  138.             wndPopupLinks.document.write("<");
  139.             wndPopupLinks.document.write("/script>");
  140.         }
  141.         wndPopupLinks.document.write("</head><body onBlur=\'self.focus();\'>");
  142.         var strParaLine = "";
  143.         for (var i = 0; i < (argLen - 2) / 2; i++) {
  144.             strParaLine = "";
  145.             if (s_bNS2 || s_bOpera){
  146.                 strParaLine += "<a href=\"";
  147.                 strParaLine += PopupMenu_Invoke.arguments[2 * i + 3];
  148.                 strParaLine += "\">"
  149.                 strParaLine += PopupMenu_Invoke.arguments[2 * i + 2];
  150.                 strParaLine += "</a>";
  151.             } else {
  152.                 strParaLine += "<a href=\"javascript:";
  153.                 strParaLine += "gotoUrl(\'";
  154.                 strParaLine += PopupMenu_Invoke.arguments[2 * i + 3];
  155.                 strParaLine += "\');\"";
  156.                 if (PopupMenu_Invoke.arguments[1] != '') {
  157.                     strParaLine += " TARGET='" + PopupMenu_Invoke.arguments[1] + "'";
  158.                 }
  159.                 strParaLine += ">";
  160.                 strParaLine += PopupMenu_Invoke.arguments[2 * i + 2];
  161.                 strParaLine += "</a>";
  162.             }
  163.             strParaLine += "<br>";
  164.             wndPopupLinks.document.write(strParaLine);
  165.         }
  166.         wndPopupLinks.document.write("</body></html>");
  167.         wndPopupLinks.document.close();
  168.  
  169.         // Close the temporary
  170.         if (!s_bNS3) {
  171.             wndTemp.close();
  172.         }else {
  173.             wndPopupLinks.focus();
  174.         }
  175.  
  176.         return true;
  177.     }
  178.     return false;
  179. }
  180.   
  181.  
  182.  
  183. function reDo() {
  184.   if (innerWidth != origWidth || innerHeight != origHeight)
  185.      location.reload();
  186. }
  187. if ((parseInt(navigator.appVersion) >= 4) && (navigator.appName == "Netscape")) {
  188.     origWidth = innerWidth;
  189.     origHeight = innerHeight;
  190.     onresize = reDo;
  191. }
  192.  
  193. //-->
  194.   </SCRIPT></HEAD>
  195.   <BODY ONLOAD="BSSCOnLoad();" ONCLICK="BSSCOnClick();">
  196.   
  197.   <div id='NavBar' STYLE='position:relative;' align='right'><nobr><font size=1>
  198.    <script language="javascript"><!--
  199.  var bHomePage=false; if(document.all){if ((top)&&(top.frames)&&(top.frames.length<=1)) bHomePage=true;} if(document.layers){if((parent)&&(parent.top.frames)&&(parent.top.frames.length<=1)) bHomePage=true;}
  200. if (bHomePage){document.write("<a href='MacV1.htm'><img src='bsscnav1.gif' width=53 height=18 border=no></a>");}
  201. //-->
  202.    </script></font>   </nobr>
  203.   </div>
  204. <H1>
  205.    <TABLE WIDTH="85%" CELLPADDING="2" CELLSPACING="0" BORDER="0">
  206.     <TR>
  207.      <TD WIDTH="100%" VALIGN=TOP>
  208.       <H1>
  209.        <FONT COLOR="NAVY" SIZE="4"><SPAN STYLE="font-size : 14.0pt;">Troubleshooting 
  210.        Music Library</SPAN></FONT></H1>
  211.       <P>
  212.        <SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49">Song is in 
  213.        the Music Library, but it will not play: There are no actual files in 
  214.        the Music Library. The track titles are links to the actual file, 
  215.        which is stored elsewhere on the hard drive. If the root filename has 
  216.        been changed, then the file in the Music Library has lost its path. 
  217.        If you change the root file name, then you will need to re-add that 
  218.        file to your Music Library.</FONT></SPAN></P>
  219.       <P>
  220.        <SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49">When song is 
  221.        playing, there is no sound: this is most likely due to your volume 
  222.        control settings. You should check all of your volume settings to 
  223.        make sure none of them are muted. Go to 
  224.        Programs/Accessories/Multimedia/Volume Control.</FONT></SPAN></P>
  225.       <P>
  226.        <SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49">If the 
  227.        settings are not muted, there may be a problem with your Recording 
  228.        Gain Control (found under Programs/Accessories/Multimedia/volume 
  229.        control, options, properties, recording) setting. Some systems 
  230.        default to "Line-in” which is incorrect. Choose either 
  231.        "CD" or "Mix-All" and OK your changes. You will 
  232.        then need to re-record the song.</FONT></SPAN></P>
  233.       <P>
  234.        <SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49">How to change 
  235.        the music file registration: there are two ways to change your music 
  236.        file player registration. You can either reinstall the player of your 
  237.        choice, or you can do the following:</FONT></SPAN></P>
  238.       <OL>
  239.        <LI CLASS="mvd-P">
  240.        <P>
  241.         <SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49">Open <SPAN STYLE="font-weight : bold;"><B>Windows
  242.          Explore</B></SPAN>.</FONT></SPAN></P>
  243.        <LI CLASS="mvd-P">
  244.        <P>
  245.         <SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49">Click on the <SPAN STYLE="font-weight : bold;"><B>View
  246.          </B></SPAN>menu, then <SPAN STYLE="font-weight : bold;"><B>Options</B></SPAN>.</FONT></SPAN></P>
  247.        <LI CLASS="mvd-P">
  248.        <P>
  249.         <SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49">Then click on 
  250.         the tab <SPAN STYLE="font-weight : bold;"><B>File Types</B></SPAN>. A list 
  251.         of registered file types will be shown.</FONT></SPAN></P>
  252.        <LI CLASS="mvd-P">
  253.        <P>
  254.         <SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49">Go down the 
  255.         list and click on the <SPAN STYLE="font-weight : bold;"><B>music file type</B></SPAN>.
  256.          It should show a MusicMatch logo.</FONT></SPAN></P>
  257.        <LI CLASS="mvd-P">
  258.        <P>
  259.         <SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49">You can 
  260.         either remove it, or edit it to use a different player.</FONT></SPAN></P>
  261.        <LI CLASS="mvd-P">
  262.        <P>
  263.         <SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49">To remove it, 
  264.         click the <SPAN STYLE="font-weight : bold;"><B>Remove </B></SPAN><SPAN STYLE="font-weight : normal;">button</SPAN>.</FONT></SPAN></P>
  265.        <LI CLASS="mvd-P">
  266.        <P>
  267.         <SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49">To edit it, 
  268.         click on the <SPAN STYLE="font-weight : bold;"><B>Edit</B></SPAN> button. 
  269.         Then click on </FONT></SPAN><SPAN STYLE="font-weight : bold;font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49"><B>Open</B></FONT></SPAN><SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49"> 
  270.         in the text box, and click </FONT></SPAN><SPAN STYLE="font-weight : bold;font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49"><B>Edit</B></FONT></SPAN><SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49">.
  271.          Type in your player, or use the Browse button to select you favorite player.</FONT></SPAN></TD>
  272.     </TR>
  273.    </TABLE></H1>
  274.   <H1>
  275.    <FONT COLOR="NAVY" SIZE="4"><SPAN STYLE="font-size : 14.0pt;"><!-- $MVD$:spaceretainer() --> </FONT></SPAN></FONT>
  276.  </BODY>
  277. </HTML>